Spread Silverlight Documentation
Find Method (FloatingObjectCollection<T>)


The name of the floating object.
Finds the floating object with specified name.
Syntax
'Declaration
 
Public Function Find( _
   ByVal name As System.String _
) As T
'Usage
 
Dim instance As FloatingObjectCollection(Of T)
Dim name As System.String
Dim value As T
 
value = instance.Find(name)
public T Find( 
   System.string name
)

Parameters

name
The name of the floating object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FloatingObjectCollection<T> Class
FloatingObjectCollection<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.